libxenlight: Delete dep files on 'make clean', and include them in Makefile rules.
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 4 Dec 2009 06:50:46 +0000 (06:50 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 4 Dec 2009 06:50:46 +0000 (06:50 +0000)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/libxl/Makefile

index 0358cea7b53e138f18e10a94cc9e48bbb19946e7..20cfa0893828198e817b4b62292713f2bdc817fb 100644 (file)
@@ -69,9 +69,10 @@ install: all
 
 .PHONY: clean
 clean:
-       $(RM) -f *.o *.so* *.a $(CLIENTS)
+       $(RM) -f *.o *.so* *.a $(CLIENTS) $(DEPS)
        $(RM) -rf $(LIBCONFIG_SOURCE)
 
 distclean: clean
        $(RM) -f $(LIBCONFIG_SOURCE).tar.gz
 
+-include $(DEPS)